home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / INTLDEMO.PAK / INTLDEMO.HH < prev    next >
Text File  |  1997-05-06  |  1KB  |  31 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1996 by Borland International
  3. //   intldemo.hh
  4. //----------------------------------------------------------------------------
  5. #define HC_APP_APPLICATION       10
  6. #define HC_APP_QUIT              20
  7. #define HC_APP_WINDOW            30
  8.  
  9. #define HC_FRAME_CLOCALE         40
  10. #define HC_FRAME_USLOCALE        50
  11. #define HC_FRAME_UKLOCALE        60
  12. #define HC_FRAME_FRALOCALE       70
  13. #define HC_FRAME_GERLOCALE       80
  14. #define HC_FRAME_WINDOW          90
  15. #define HC_FRAME_ENGLANG         100
  16. #define HC_FRAME_FRALANG         110
  17. #define HC_FRAME_GERLANG         120        
  18.  
  19. #define HC_CLIENT_ISALNUM        200
  20. #define HC_CLIENT_ISALPHA        210
  21. #define HC_CLIENT_ISASCII        220
  22. #define HC_CLIENT_ISCNTRL        230
  23. #define HC_CLIENT_ISDIGIT        240
  24. #define HC_CLIENT_ISGRAPH        250
  25. #define HC_CLIENT_ISLOWER        260
  26. #define HC_CLIENT_ISPRINT        270
  27. #define HC_CLIENT_ISPUNCT        280
  28. #define HC_CLIENT_ISSPACE        290
  29. #define HC_CLIENT_ISUPPER        300
  30. #define HC_CLIENT_ISXDIGIT       310
  31.